home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #4 / Amiga Plus CD - 2000 - No. 4.iso / PowerPC / Dev / PPCRelease / FD2Inline / include / proto-src / alib.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-07-04  |  164 b   |  11 lines

  1. #ifndef PROTO_ALIB_H
  2. #define PROTO_ALIB_H
  3.  
  4. #include <clib/alib_protos.h>
  5.  
  6. #ifdef __GNUC__
  7. #include <inline/alib.h>
  8. #endif /* __GNUC__ */
  9.  
  10. #endif /* PROTO_ALIB_H */
  11.